openvpn: remove kmod-ovpn-dco-v2 dependency
authorDennis Camera <[email protected]>
Sat, 11 Jan 2025 17:59:42 +0000 (18:59 +0100)
committerJosef Schlehofer <[email protected]>
Wed, 18 Jun 2025 13:31:14 +0000 (15:31 +0200)
OpenVPN does work without the kernel module, it just won't be able to use DCO.
To make life easier for OpenVPN users on very space-constrained devices make it
an optional dependency.

Signed-off-by: Dennis Camera <[email protected]>
net/openvpn/Makefile

index f1301d89a37d223d9e57c60c7259c56cb1777453..37df44d8acb7258038ad36b70a9832440e080847 100644 (file)
@@ -37,7 +37,7 @@ define Package/openvpn/Default
   SUBMENU:=VPN
   MENU:=1
   DEPENDS:=+kmod-tun +libcap-ng +OPENVPN_$(1)_ENABLE_LZO:liblzo +OPENVPN_$(1)_ENABLE_LZ4:liblz4 +OPENVPN_$(1)_ENABLE_IPROUTE2:ip \
-       +OPENVPN_$(1)_ENABLE_DCO:libnl-genl +OPENVPN_$(1)_ENABLE_DCO:kmod-ovpn-dco-v2 $(3)
+       +OPENVPN_$(1)_ENABLE_DCO:libnl-genl $(3)
   VARIANT:=$(1)
   PROVIDES:=openvpn openvpn-crypto
 endef